Skip to content

Table group joins for subclasses in Criteria#2545

Merged
hazzik merged 6 commits into
nhibernate:masterfrom
bahusoid:criteriaGroupJoin
Oct 23, 2020
Merged

Table group joins for subclasses in Criteria#2545
hazzik merged 6 commits into
nhibernate:masterfrom
bahusoid:criteriaGroupJoin

Conversation

@bahusoid
Copy link
Copy Markdown
Member

Fixes #1209
Fixes #1215

Comment thread src/NHibernate.Test/NHSpecificTest/NH2049/Mappings.hbm.xml Outdated
Comment thread src/NHibernate/Engine/TableGroupJoinHelper.cs Outdated
Comment thread src/NHibernate/Engine/TableGroupJoinHelper.cs Outdated
Comment thread src/NHibernate/Engine/TableGroupJoinHelper.cs Outdated
Comment thread src/NHibernate/Engine/TableGroupJoinHelper.cs Outdated
}

fromFragment.Add(withClause);
hasConditions = true;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug fix by the way, in case we have many non-empty with fragments and no association join.

@fredericDelaporte fredericDelaporte added this to the next minor milestone Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NH-2208 - Error with filters on joined-subclass as many-to-one NH-2049 - Error with filters on joined-subclass as one-to-one

3 participants